home *** CD-ROM | disk | FTP | other *** search
- ; Winaux definition file
- ; Written by William S. Hall
- ;
- NAME Winaux
-
- DESCRIPTION 'Simple debugging tool for Windows'
-
- STUB 'Winstub.exe'
-
- HEAPSIZE 4096
- STACKSIZE 4096
-
- CODE MOVEABLE
- DATA MOVEABLE MULTIPLE
-
- SEGMENTS
- _WINAUXRS PRELOAD MOVEABLE
- _WINAUXNT PRELOAD MOVEABLE DISCARDABLE
-
- EXPORTS
- MainWndProc @1
- AboutBoxProc @2